home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / misc / cookies.lha / Cookie / README.Amiga < prev    next >
Text File  |  1993-10-16  |  1KB  |  39 lines

  1. Short: a very fast fortune program
  2.  
  3.      This is a very fast fortune cookie program.
  4.      It prints a nice quote/saying/joke from your cookie database.
  5.  
  6.      The cookie database is a plain text file, entries are separated
  7.      by "\n%%\n".  So you can easily add your own cookies with a
  8.      simple text editor.  Once (after installation or changing your
  9.      database) you have to generate a hash-table (a small file with
  10.      lots of numbers) which helps Cookie to get an amazing fast
  11.      access to entries in even very large databases.
  12.  
  13.      Includes C-source and 2 MB fortune cookies.
  14.      Contact me if you want more ;-)
  15.  
  16.      Amiga version by Andreas M. Kirchwitz,
  17.      original Unix version by Karl Lehenbauer
  18.  
  19.      UUCP/Internet: amk@zikzak.in-berlin.de
  20.  
  21.  
  22.      Usage: Join all your cookies to one big (raw) file.
  23.  
  24.             "onecookie <fortune_raw >fortune_file"
  25.               (once, to remove double cookies... not neccessary,
  26.                needs lots of memory -- just ignore if you don't
  27.                care of some double cookies)
  28.  
  29.             "cookhash <fortune_file >fortune_hash"
  30.               (once, after installation or change of database)
  31.  
  32.             "cookie fortune_file fortune_hash"
  33.               (as often as you want, prints a nice fortune cookie)
  34.  
  35.  
  36.  
  37.      Twice the fun, double the trouble...  Andreas
  38.  
  39.